lcCmdCursorText Home

Displays a text near cursor. Used to provide some information when a user moves a cursor during a command execution.
Like on the picture:



 BOOL lcCmdCursorText (
   HANDLE hCmd,
   LPCWSTR szText
 );

Parameters
hCmd
  Handle to a custom command object.
szText
  Some text.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).